static modifier meaning in Chinese
静态修饰符
Examples
- What if the static modifier is removed from the signature of the main method
如果静态的修饰语从主方法的标记中被去除了,结果会怎样? - Q : what if the static modifier is removed from the signature of the main method
如果静态的修饰语从主方法的标记中被去除了,结果会怎样? - Static modifier to declare a static member , which belongs to the type itself rather than to a specific object . the
修饰符可声明一个静态成员,静态成员属于类型本身而不属于某个特定对象。 - Explains how to use visibility modifiers , inheritance modifiers , version - safe modifiers , expando modifiers , and static modifiers
解释如何使用可见性修饰符、继承修饰符、版本安全修饰符、 expando修饰符和静态修饰符。 - The problem is that programmers could accidentally write such code say by mistakenly including a static modifier in a field declaration , due to copy - and - pasting
问题是程序员可能会无意中编写这样的代码(比如,由于“复制和粘贴”操作,错误地在字段声明中包括静态修饰符) 。